See Controlling Execution for details on controlling script execution in the debugger.
The script calling chain pane displays the current function calling chain of the script. Each subroutine name appears below the function calling it in the list; by highlighting the desired subroutine name, it is possible to determine which subroutines are being called and the execution location within those subroutines.
The script source code pane displays the source code of the script being debugged. The current location of execution in the script is indicated by the small blue arrow on the left-hand side of the pane. This arrow indicates the line of code that is about to be executed.
The variable data display pane displays the current values stored in variables, arrays, and structures declared in the script. The display is updated as execution proceeds, so that values can be continuously watched for changes during execution.